home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3151 < prev    next >
Encoding:
Text File  |  1996-08-06  |  934 b   |  27 lines

  1. Newsgroups: comp.lang.c++
  2. Path: netcom.com!nntpuser
  3. From: greg@netlanta.com (Greg Colin)
  4. Subject: Getting .LIB from .DLL with MSVC++/MFC
  5. Message-ID: <nntpuserDLL7I3.35s@netcom.com>
  6. Sender: netnews@mork.netcom.com
  7. Nntp-Posting-Host: netlanta.com
  8. Organization: Netlanta Network Systems, Fayetteville, GA
  9. X-Newsreader: Forte Free Agent 1.0.82
  10. Date: Mon, 22 Jan 1996 17:37:45 GMT
  11.  
  12. The Borland C++ for Windows compiler had a utility called IMPLIB that would
  13. create a .LIB file from a DLL.
  14.  
  15. These libraries work fine with the old 16-bit Borland compiler, but I get
  16. "corrupted file" if I try and include them in my MSVC++ project. Guessing that
  17. its a 16--bit vs. 32-bit thing, I am trying to figure out how to do this with
  18. the Microsoft product. The LIB utility seems like the right thing, but I can't
  19. find the right incantation to produce the .LIB.
  20.  
  21. The online documentation hasn't been much of a help here. Can anyone help?
  22.  
  23. Thanks
  24. Greg
  25.  
  26.  
  27.